home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / bikerout.Dir / 00027.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  99 b   |  8 lines

  1. on exitFrame
  2.   if field "direction" = "right" then
  3.     go("51N")
  4.   else
  5.     go("51W")
  6.   end if
  7. end
  8.